Skip to content

fix(src/main.rs): remove unused miette::IntoDiagnostic import#33

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/remove-unused-import-into-diagnostic
May 14, 2026
Merged

fix(src/main.rs): remove unused miette::IntoDiagnostic import#33
hyperpolymath merged 1 commit into
mainfrom
fix/remove-unused-import-into-diagnostic

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Unused import promoted to compile error by RUSTFLAGS=-Dwarnings, blocking every Dependabot PR. rg confirms IntoDiagnostic is referenced nowhere else in the file.

The import was unused (rg confirms IntoDiagnostic is referenced nowhere else in the file) and was being promoted to a compile error by RUSTFLAGS=-Dwarnings, blocking every Dependabot PR with error: unused import: miette::IntoDiagnostic.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit 5906912 into main May 14, 2026
7 of 9 checks passed
@hyperpolymath hyperpolymath deleted the fix/remove-unused-import-into-diagnostic branch May 14, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant